home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / scall121.zip / HAMCALL.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-05-29  |  746b  |  70 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     If (Exist(PPEPath() + "NEWNAME.$$$")) Then
  23.         DispStr "%" + PPEPath() + "NEWNAME.$$$"
  24.     Else
  25.         PrintLn 
  26.         PrintLn 
  27.         PrintLn Chr(7) + "@X0EHamcall's name has been changed, the new name is SamCall.  Instead of"
  28.         PrintLn "HAMCALL you need to type SAMCALL to execute the new version.@X07"
  29.         PrintLn 
  30.         Wait
  31.     Endif
  32.  
  33. ;------------------------------------------------------------------------------
  34. ;
  35. ; Usage report (before postprocessing)
  36. ;
  37. ; ■ Statements used :
  38. ;
  39. ;    1       Wait
  40. ;    2       Goto 
  41. ;    5       PrintLn 
  42. ;    1       If 
  43. ;    1       DispStr 
  44. ;
  45. ;
  46. ; ■ Functions used :
  47. ;
  48. ;    4       +
  49. ;    1       !
  50. ;    1       Chr()
  51. ;    2       PPEPath()
  52. ;    1       Exist()
  53. ;
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ; Analysis flags : No flag
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Postprocessing report
  61. ;
  62. ;    0       For/Next
  63. ;    0       While/EndWhile
  64. ;    1       If/Then or If/Then/Else
  65. ;    0       Select Case
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;                 AEGiS Corp - Break the routines, code against the machines!
  69. ;------------------------------------------------------------------------------
  70.